* {
    margin: 0;
    padding: 0;
    font-size: 12px;
    transition: all 0.3s;
}

a {
    text-decoration: none;
}

.width {
    width: 80%;
    margin: 0 auto;
}

.width2 {
    width: 60%;
    margin: 0 auto;
}

.width3 {
    width: 90%;
    max-width: 1420px;
    margin: 0 auto;
}

.title-zhongwen {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding-top: 50px;
}

.title-yingwen {
    font-size: 24px;
    color: #999;
    text-align: center;
    margin: 0 0 15px;
}

.title-xian {
    width: 55px;
    height: 4px;
    background: #0080cb;
    margin: 0 auto;
    margin-bottom: 51px !important;
}

.flex {
    display: flex;
}

.flexb {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

body {
    position: relative;
}

.tedian .tedian-img {
    width: 42px;
    height: 42px;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.tedian .tedianli:nth-child(1) .tedian-img {
    background-image: url(../img/t1.png);
}

.tedian .tedianli:nth-child(2) .tedian-img {
    background-image: url(../img/t2.png);
}

.tedian .tedianli:nth-child(3) .tedian-img {
    background-image: url(../img/t3.png);
}

.tedian .tedianli:nth-child(4) .tedian-img {
    background-image: url(../img/t4.png);
}

.tedian .tedianli:nth-child(1):hover .tedian-img {
    background-image: url(../img/t11.png);
}

.tedian .tedianli:nth-child(2):hover .tedian-img {
    background-image: url(../img/t22.png);
}

.tedian .tedianli:nth-child(3):hover .tedian-img {
    background-image: url(../img/t33.png);
}

.tedian .tedianli:nth-child(4):hover .tedian-img {
    background-image: url(../img/t44.png);
}

.nav:hover {
    background: #0080cc !important;
    color: #FFFFFF !important;
}


/* .act{ background: #0080cc !important; color: #FFFFFF !important;} */

.bannner {
    width: 100%;
    position: relative;
}

.banner-xiaoguo {
    position: absolute;
    z-index: 9998;
    width: 100%;
    text-align: center;
    bottom: 20px;
    animation: mymove 2s linear infinite;
}

@keyframes mymove {
    0% {
        transform: translateY(5px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(5px);
    }
}

.swiper-container {
    width: 100%;
}

.rongyu .swiper-button-prev,
.rongyu .swiper-button-next {
    color: #000;
}

.container_box {
    position: relative;
}

.rongyu {
    margin: auto;
    width: 90%;
}

.rongyu .swiper-slide:hover i {
    border-bottom: 12px solid #0080cc;
    transition: all 2s;
}

.rongyu .swiper-slide div {
    position: relative;
    background: #e5e5e5;
    width: 90%;
    padding: 20px 5%;
    margin-top: 20px;
    display: block;
}

.rongyu i {
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -6px;
    border: 12px solid transparent;
    border-bottom: 12px solid #e5e5e5;
}

.rongyu .swiper-slide:hover div {
    background: #0080cc;
    transition: all 2s;
}

.rongyu span {
    display: block;
    font-size: 16px;
    text-align: center;
}

.rongyu .swiper-slide:hover span {
    color: #fff;
}

.rongyu .swiper-container img {
    width: 100%;
    object-fit: contain;
    height: 228px;
}

.rongyu .swiper-container {
    width: 80%;
}

.product {
    position: relative;
    padding-bottom: 30px;
    overflow: hidden;
}

.product-center {
    width: 67%;
    margin: 0 auto;
}

.product-bj {
    position: absolute;
    left: 0;
    top: 500px;
    height: 600px;
    background: #f2f9fc;
    width: 100%;
    z-index: -1;
}

.product-title {
    text-align: center;
}

.product-left {
    max-width: 100%;
    line-height: 27px;
    font-size: 18px;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-left em {
    display: inline-block;
    width: 5px;
    height: 100%;
    background-color: #0080CC;
    border-radius: 3px;
    margin-right: 20px;
}

.product-left p {
    display: inline-block;
    width: calc(100% - 10px);
    font-size: 18px;
}

.product-right {}

.product-t1 {
    width: 120px;
    height: 50px;
    font-size: 16px;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 7px;
    background: #e2e2e2;
    color: #333333;
    margin: 0 10px;
    cursor: pointer;
}

.product-t1 img {
    width: 15px;
}

.product-banner {
    padding: 0px 20px;
}

.more {
    border: 1px #0080cc solid;
    line-height: 40px;
    width: 150px;
    text-align: center;
    margin: 0 auto;
    border-radius: 25px;
}

.more:hover {
    background: #0080cc;
    color: #FFFFFF;
}

.more:hover a {
    color: #FFFFFF;
}

.more a {
    color: #0080cc;
    font-size: 18px;
}

.actpro {
    background: #0080cc;
    color: #FFFFFF !important;
}

.swiper-button-prev {
    left: 60px;
}

.swiper-button-next {
    right: 60px;
}

.swiper-button-prev,
.swiper-button-next {
    color: rgba(255, 255, 255, 0.5);
    outline: none
}

.swiper-scrollbar-drag {
    background: #0080cc;
}

.swiper-button-next10:hover {
    opacity: 0.8;
}

.swiper-button-prev10:hover {
    opacity: 0.8;
}

.swiper-button-next10:after,
.swiper-container-rtl .swiper-button-prev10:after {
    content: none;
}

.swiper-button-prev10:after,
.swiper-container-rtl .swiper-button-next10:after {
    content: none;
}

.swiper-button-prev10 {
    top: 93%;
    left: 53%;
}

.swiper-button-next10 {
    top: 93%;
    left: 60%;
}

.certify1 .swiper-button-next {
    color: #999 !important;
}

.certify1 .swiper-button-prev {
    color: #999 !important;
}

.certify2 .swiper-button-next {
    color: #999 !important;
}

.certify2 .swiper-button-prev {
    color: #999 !important;
}

.tedian {
    padding-bottom: 80px;
}

.tedian-bor {
    border-bottom: 1px #d9d9d9 solid;
    padding-bottom: 20px;
}

.tedian-img {}

.tedian-left {
    width: 40%;
    max-width: 530px;
}

.tedian-right {
    width: 60%;
    max-width: 662px;
}

.tedian-title {
    line-height: 2.625rem;
    margin-left: 1.25rem;
    font-size: 2rem;
    font-weight: 600;
    color: #666666;
}

.tedian-alt {
    padding: 20px 0;
    font-size: 16px;
    line-height: 32px;
    color: #999;
    height: 70px;
}

.tedianact {
    color: #0080CC;
}

.tedianli {
    cursor: pointer;
}

.tedianli:hover div {
    color: #0080CC !important;
}

.tedianli:hover .tedian-bor {
    border-bottom: 1px #0080CC solid !important;
}

.backtop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 20;
}

.swiper-pagination {
    font-size: 18px;
    bottom: 30px;
}

.swiper-pagination span {
    font-size: 18px;
}

.swiper-container-vertical>.swiper-scrollbar {
    width: 3px !important;
}

.swiper-pagination-current {
    color: #0080CB;
}

.anliimg {
    overflow: hidden;
}

.anliimg:hover {
    transform: scale(1.1);
}

.anli {
    background: url(/templates/zhikun/img/anlibj.png) no-repeat;
    position: relative;
}

.anli-rr {
    background: #f5f5f5;
    width: 50%;
    position: absolute;
    top: 200px;
    left: 50%;
    z-index: 1;
}

.anli-title {}

.anli-left {
    z-index: 2;
    flex: 1;
}

.anli-left img {
    max-height: 482px;
}

.anli-center {
    background: #f5f5f5;
    max-height: 482px;
}

.anli-img {
    height: 150px;
    display: flex;
    align-items: center;
    margin-left: -15px;
}

.anli-t {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}

.anli-alt {
    color: #666;
    line-height: 30px;
    font-size: 16px;
    padding-right: 20px;
    overflow: hidden;
}

.anli-alt p {
    color: #666;
    line-height: 30px;
    font-size: 16px;
    padding-right: 20px;
}

.anli-alt p img {
    width: 90%;
    display: block;
}

.anli-left img {
    display: block;
}

.anli-right {
    z-index: 2;
    flex: 1;
    padding-bottom: 65px;
}

.anli-jt {
    margin-top: 30px;
}

.anli-jt img {
    margin-right: 40px;
    cursor: pointer;
}

.news {}

.news-left {
    width: 62%;
}

.news-title {
    position: relative;
}

.news-more {
    background: #FFFFFF;
    border: 1px #0080CC solid;
    color: #0080CC;
    width: 125px;
    line-height: 40px;
    height: 40px;
    display: block;
    text-align: center;
    border-radius: 20px;
    font-size: 16px;
    position: absolute;
    right: 0;
    bottom: 50px;
}

.news-more:hover {
    background: #0080cc;
    color: #FFFFFF;
}

.news-f {
    width: 49%;
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.news-f img {
    display: block;
    width: 100%;
}

.xw-title {
    position: absolute;
    width: 90%;
    padding: 5%;
    line-height: 25px;
    left: 0;
    bottom: 0;
    color: #FFFFFF;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.8);
}

.newsli {
    display: flex;
    line-height: 40px;
    justify-content: space-between;
    width: 49%;
}

.newsli:hover .newsli-title {
    color: #0080CC;
    background: url(/templates/zhikun/img/yjt1.png) no-repeat 0 center;
    background-size: 8px;
}

.newsli:hover .newsli-time {
    font-size: 14px;
    color: #0080CC;
}

.newsli-img {
    font-size: 20px;
}

.newsli-time {
    font-size: 14px;
    color: #666;
}

.newsli-title {
    max-width: 50%;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    background: url(/templates/zhikun/img/yjt0.png) no-repeat 0 center;
    background-size: 8px;
    padding-left: 20px;
}

.news-right {
    width: 35%;
}

.question {
    background: #f5f5f5;
    padding: 0 20px;
    /* min-height: 480px; */
}

.quesli {
    font-size: 14px;
    background: url(/templates/zhikun/img/wenhao.png) no-repeat 0 center;
    background-size: 20px;
    line-height: 23px;
    display: block;
    padding-left: 40px;
    height: 85px;
    display: flex;
    align-items: center;
    color: #2c2c2c;
    font-size: 16px;
    border-bottom: 1px #eaeaea solid;
    color: #2C2C2C;
}

.quesli:hover {
    color: #0080CC;
}

.about-center {
    width: 90%;
    margin: auto;
    align-items: center !important;
    justify-content: space-between !important;
    margin-top: 80px;
}

.about-left img {
    display: block;
    width: 100%;
    min-height: 526px;
}

.about-left {
    flex: 1;
    max-width: 60%;
}

.about-right {
    flex: 1;
    position: relative;
    max-width: 38%;
    overflow-y: auto;
    background: url(/templates/zhikun/img/qywhbag.png) no-repeat;
    background-size: cover;   
}
.about-right  .swiper-wrapper span{
    display: block !important;
    line-height: unset !important;
    margin-bottom: 10px !important;
    text-indent: 2em !important;
    font-size: 16px !important;
}

.about-a {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.about-alt {
    font-size: 15px;
    line-height: 32px;
    width: 100%;
    color: #2C2C2C;
}

.swiper-container3 {
    height: auto !important;
}

.contact .contact-center {
    width: 100%;
    margin: 0 auto;
}

.contact-title {
    text-align: center;
}

.contact-li {
    width: 40%;
    line-height: 50px;
    font-size: 18px;
    margin-left: 10%;
}

.contact-li:nth-child(1) .flex {
    position: relative;
}

.contact-li:nth-child(1) .flex::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 28px;
    background-color: #cccccc;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.contact-li .flex {
    font-size: 18px;
    margin-bottom: 20px;
}

.contact-li img {
    margin-right: 20px;
}

#allmap,
#allmap1 {
    height: 600px;
    margin-bottom: 40px;
}

.certify {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 0;
}

.certify .swiper-container {}

.certify .swiper-slide {
    width: 28%;
    background: #fff;
}

.certify .swiper-slide-active {
    box-shadow: 0 5px 10px #ddd;
    margin-bottom: 20px;
}

.certify .swiper-slide img {
    display: block;
    width: 100%;
}

.swiper-slide-active .h2 {
    color: #0080CC !important;
    cursor: pointer;
}

.swiper-slide-active>p {
    /* color: #0080CC !important; */
    cursor: pointer;
    text-align: justify;
}

.certify .swiper-slide .h2 {
    font-size: 22px;
    line-height: 60px;
    font-weight: bold;
}

.certify .swiper-slide p {
    width: 88%;
    color: #636363;
    font-size: 16px;
    margin: 0 auto;
    line-height: 25px;
}

.paddingBottom {
    margin-bottom: 30px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

.certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

.certify .swiper-button-prev {
    left: 0;
    width: 45px;
    height: 45px;
    background-position: 0 0;
    background-size: 100%;
}

.certify .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}

.certify .swiper-button-next {
    right: 0;
    width: 45px;
    height: 45px;
    background-position: 0 -93px;
    background-size: 100%;
}

.certify .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%
}

.certify2 {
    display: none;
}

.swiper-container8 {
    /* height: 300px !important; */
    margin: 0 !important;
    max-width: 760px;
}

.swiper-container8 .swiper-scrollbar {
    left: auto !important;
}

.swiper-container4 {
    height: auto !important;
}

.swiper-container4 img {
    max-width: 100%;
    display: block;
}

.swiper-container5 {
    height: auto !important;
}

.swiper-container5 img {
    max-width: 100%;
    display: block;
}

.mtop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 1.5rem;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
}

.mtop-left {
    height: 100%;
    display: flex;
    padding-left: 0.2rem;
    align-items: center;
    flex-basis: 6.5rem;
}

.mtop-left img {
    height: 0.8rem;
}

.mtop-right {
    flex-basis: 1rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mtop-right img {
    width: 0.6rem;
}

.mnavall {
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 1.5rem;
    z-index: 9999;
    display: none;
}

.mnav {
    line-height: 0.8rem;
    width: 100%;
    padding-left: 0.5rem;
    border-bottom: 1px #EAEAEA solid;
}

.mabout {
    padding: 30px 20px;
    background: #EAEAEA;
}

.mabouttitle {
    font-size: 20px;
    font-weight: bold;
    color: #666;
}

.mabouteng {
    font-size: 20px;
    font-weight: bold;
    color: #999;
    margin: 0.1rem 0;
}

.maboutcon {
    font-size: 12px;
    line-height: 30px;
    color: #999;
    text-indent: 2em;
}

.mxilie {
    background: #0080CC;
    color: #FFFFFF;
    line-height: 0.8rem;
    margin-top: 0.3rem;
}

.mh2 {
    background: #FFFFFF;
    padding: 0.2rem;
}

.mlxwm {
    margin-bottom: 0.2rem;
    line-height: 0.8rem;
    display: flex;
}

.mlxwm img {
    width: 0.8rem;
    margin-right: 0.2rem;
}

.mlxwmcon {
    padding-top: 0.4rem;
}

#allmap2 {
    height: 300px;
}

.mfooter {
    background: #333333;
}

@media screen and (max-width: 1200px) {
    .contact .contact-center {
        display: block;
    }
    .contact-li {
        width: 100%;
    }
    .contact-li .flex {
        width: 100%;
    }
    .contact-li:nth-child(1) .flex::after {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .product .flexb {
        display: block;
    }
    .product-left {
        width: 100%;
        max-width: 100%;
    }
    .product-right.flex {
        justify-content: center;
        margin: 20px auto;
    }
    .anli-center {
        max-height: 100%;
    }
    /* 特点优势 */
    .tedian .flexb {
        flex-direction: column;
    }
    .tedian-left {
        width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .tedian-left .tedianli {
        width: 45%;
    }
    .tedian-right {
        display: none;
    }
    /* 案例 */
    .anli .flexb {
        flex-direction: column;
    }
    .swiper-button-prev10 {
        left: 48%;
    }
    /* 新闻 */
    .news .flexb {
        display: block;
    }
    .news .news-left {
        width: 100%;
    }
    .news_con .flexb {
        display: flex;
    }
    /* 常见问题 */
    .news-right {
        width: 100%;
    }
    /* 公司简介 */
    .about .flexb {
        display: block;
    }
    .about-left,
    .about-right {
        max-width: 100%;
    }
    .swiper-container8 {
        max-width: 90%;
    }
    .about-left img {
        min-height: auto;
    }
    .width {
        width: 90%;
    }
    .footer-centertop a {
        font-size: 12px !important;
    }
    .footer-centerbottom div {
        font-size: 12px;
    }
    .swiper-container8 {}
}

@media screen and (min-width: 1000px) {
    .anli-alt {
        max-height: 150px;
    }
}

@media screen and (max-width: 414px) {
    .about-left {
        height: auto;
    }
    .about-alt{
        max-width: unset !important;
        width: 100% !important;
    }
    .about-right {
        height: auto;
    }
    .top .top-left {
        flex-basis: 120px;
    }
    .top .top-left img {
        display: block;
        width: 100%;
    }
    .product .product-center {
        width: 95%;
    }
    .product-right.flex {
        justify-content: space-around;
    }
    .tedian-left .tedianli {
        width: 100%;
    }
    .news_con .flexb {
        display: block;
    }
    .news-f {
        width: 100%;
    }
    .newsli {
        width: 100%;
    }
    .newsli-title {
        max-width: 65%;
    }
    .tedian-title,
    .tedian-alt {
        color: #0080cc;
    }
    .tedian .tedianli:nth-child(1) .tedian-img {
        background-image: url(../img/t11.png);
    }
    .tedian .tedianli:nth-child(2) .tedian-img {
        background-image: url(../img/t22.png);
    }
    .tedian .tedianli:nth-child(3) .tedian-img {
        background-image: url(../img/t33.png);
    }
    .tedian .tedianli:nth-child(4) .tedian-img {
        background-image: url(../img/t44.png);
    }
    .product .swiper-button-prev,
    .swiper-button-next {
        top: 38%;
    }
    .bannner {
        margin-top: 60px;
    }
    .bannner .swiper-slide img {
        width: 150% !important;
        position: relative;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .banner-xiaoguo {
        width: 15px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .banner-xiaoguo img {
        display: block;
        width: 100%;
    }
    .anli .swiper-container {}
    .anli .width {
        width: 95%;
    }
    .anli .anli-right {
        padding: 0;
        width: 95%;
        margin: 0 auto;
    }
    .anli-img {
        margin: 0;
    }
    .anli .anli-alt {
        min-height: auto;
        padding: 0;
    }
    .anli-alt p {
        padding: 0;
    }
    .anli .swiper-button-prev10 {
        left: 20%;
    }
    .anli .swiper-button-prev10,
    .anli .swiper-button-next10 {
        top: auto;
        bottom: 10px;
    }
    .news .news-title {
        display: flex;
        align-items: center;
    }
    .news-more {
        bottom: auto;
    }
    .contact-li {
        width: 90%;
        margin: 0 auto;
    }
    .about-right {
        height: auto;
    }
    .rongyu .swiper-button-prev,.rongyu  .swiper-button-next{
        display: none !important;
    }
}